home *** CD-ROM | disk | FTP | other *** search
- object frmPassword: TfrmPassword
- Left = 238
- Top = 168
- AutoSize = True
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- BorderWidth = 5
- Caption = 'Protected Task'
- ClientHeight = 151
- ClientWidth = 261
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object lblPasswordDesc: TLabel
- Left = 56
- Top = 0
- Width = 201
- Height = 53
- AutoSize = False
- WordWrap = True
- end
- object lblPassword: TLabel
- Left = 0
- Top = 68
- Width = 165
- Height = 21
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtPassword
- end
- object imgSecurity: TImage
- Left = 0
- Top = 0
- Width = 52
- Height = 52
- AutoSize = True
- Picture.Data = {<image001.bmp>}
- Transparent = True
- end
- object lblPassword2: TLabel
- Left = 0
- Top = 112
- Width = 165
- Height = 21
- AutoSize = False
- Caption = '&Password:'
- FocusControl = edtPassword2
- end
- object lblUsername: TLabel
- Left = 0
- Top = 68
- Width = 165
- Height = 21
- AutoSize = False
- Caption = '&Username:'
- FocusControl = edtPassword
- end
- object edtPassword: TEdit
- Left = 0
- Top = 86
- Width = 165
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object comOK: TButton
- Left = 188
- Top = 56
- Width = 73
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object comCancel: TButton
- Left = 188
- Top = 84
- Width = 73
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object edtPassword2: TEdit
- Left = 0
- Top = 130
- Width = 165
- Height = 21
- PasswordChar = '*'
- TabOrder = 1
- end
- object IvTranslator1: TIvTranslator
- DictionaryName = 'dcoAMTA'
- Left = 172
- Top = 64
- TargetsData = (
- 1
- 2
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0))
- end
- object IvTranslator2: TIvTranslator
- DictionaryName = 'dcoAMStepBuilder'
- Left = 36
- Top = 292
- TargetsData = (
- 1
- 7
- (
- '*'
- 'Hint'
- 0)
- (
- '*'
- 'Caption'
- 0)
- (
- 'TMemo'
- 'Text'
- 0)
- (
- '*'
- 'Lines'
- 0)
- (
- '*'
- 'Items'
- 0)
- (
- '*'
- 'Cells'
- 0)
- (
- 'TRichEdit'
- 'Text'
- 0))
- end
- end
-